qemu: Fix vnc port offset in xenstore
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 6 Jun 2007 19:25:58 +0000 (20:25 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 6 Jun 2007 19:25:58 +0000 (20:25 +0100)
commit40727faf6ab82bb54ae3b898e13d6679ef54fbcf
tree9af3f3ef381f93493e8fd533c4520fb05be20eed
parent3590b5c3f4c56caad020ad4fb0220bf1fdb3bece
qemu: Fix vnc port offset in xenstore

The new version of qemu uses 5900 instead of 0 as the port.
There is no need to offset it by 5900 when writing out the
console/vnc-port entry.

Signed-off-by: Ben Guthro <bguthro@virtualiron.com>
tools/ioemu/xenstore.c